.resp-tabs-list li {
    font-size: 0.9em;
    cursor: pointer;
    float: left;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	color:#143d59;
	list-style: none;
	text-transform: uppercase;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
	height: auto;
	position: relative;
	margin: 0 1% 0 0;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    cursor: pointer;
    float: none;
	padding: 15px;
	margin: 0 0 2px 0;
}

.resp-vtabs .resp-tabs-container {
    background-color: #fff;
    float: left;
    width: 74%;
    clear: none;
	border: 2px solid #e4e4e4;
	padding: 20px;
}

.resp-vtabs .resp-tab-content {
    border: none;
	background-color:#fff;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 0;color:#fff;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #fff !important;
	border-radius: 0;
	color:#364059;
	border: 1px solid #fff;
	border-bottom: 1px solid #364059;
	background-color:#fff;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}





@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		padding: 10px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: bold;
		font-size: 1em;
		color:#143d59;
		background-color:#fff;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
.resp-vtabs .resp-tabs-container {
    background-color: #fff;
    float: left;
    width: 100%;
    clear: none;
	border: none;
	padding: 0;
}	
	
}
